home *** CD-ROM | disk | FTP | other *** search
/ The Original Shareware 1.1 / The Original Shareware (WeMake CDs)(Volume 1.1)(CDs, Inc)(1993).iso / 10 / fnttools.zip / FNTTOOLS.DOC next >
Text File  |  1987-12-13  |  3KB  |  77 lines

  1. The FontTools program is a menu driven utility designed for use
  2. with HP format softfont files. The program is designed to run on
  3. an IBM or compatible equipped with a CGA/EGA or equivalent
  4. display adapter.
  5.  
  6. The first function will display the characters contained in the
  7. softfont file on the CRT. It is not necessary to have a printer
  8. of any type connected to the computer. The characters are
  9. displayed on the CRT one at a time along with a display of the
  10. character code for the character in decimal and hex. Press the
  11. space bar to advance to the next character or press the E key to
  12. quit. If the character is over 200 units high (about 50 point)
  13. only the topmost 200 units will be displayed.
  14.  
  15. The second function will display the characters contained in the
  16. softfont file in hollow character form on the CRT. The characters
  17. will be displayed one at a time along with the character code.
  18. This function enables you to have a preview of what a font would
  19. look like in hollow format. The space bar and E key function the
  20. same way they do in function 1. Fonts larger than 20 points work
  21. best for generating hollow fonts.
  22.  
  23. The third function enables you to create a partial font. You may
  24. selectively copy characters from a font into a new font. This is
  25. useful when you are working with large point size fonts. If the
  26. font is being used for headlines you will most likely need only
  27. the upper case letters. With this function you can reduce the
  28. size of a font file by eliminating unneeded characters. The
  29. characters from the input file will be displayed one at a time on
  30. the CRT. If you press the A key the character will be added to
  31. your output file and the next character will be displayed. If you
  32. press the S key the character will not be added to the output
  33. font file and the next character will be displayed. If you press
  34. the E key the displayed character will not be added to the output
  35. file and the function will terminate. The E key can be used to
  36. easily remove the extended character set characters from a font
  37. file.
  38.  
  39. With the fourth function you can create a partial font made up of
  40. hollow characters. The characters from the input file will be
  41. converted into hollow form and selectively written to your output
  42. file as in the third function.
  43.  
  44. The fifth function generates a full hollow font which consists of
  45. all the characters from the input file converted to hollow form.
  46.  
  47.  
  48.    
  49. TECHNICAL NOTES
  50. ---------------
  51.  
  52. The program uses BIOS calls to do all graphics functions so it
  53. should work with most any graphics card or a Herc card and CGA
  54. emulator software. This feature has not been tested.
  55.  
  56. The program has been tested with point sizes up to 60. It should
  57. work with any font that does not use over 15K to store a single
  58. character. A 72 point character can use around 10K for large
  59. characters so the program should work with 'normal size' fonts.
  60.  
  61. The HP Tech Reference Manual for the LaserJet II implies that a
  62. character descriptor can be something other than 14 bytes. I have
  63. never seen a font containing anything but 14 byte descriptors. If
  64. you have a font file with odd sized descriptors the program will
  65. print an error message. 
  66.  
  67. The program was written in assembly language which accounts for
  68. the rather small size of the program.
  69.  
  70. Send comments to:
  71.  
  72. Thomas E. Doyle
  73. 5222 Big Bow Road
  74. Madison, Wisconsin  53711
  75.  
  76. enclose an sase if you would like a reply.
  77.